GraphQL Tools
This package enables a specific workflow for developing a GraphQL server, where the GraphQL schema is the first thing you design, and acts as the contract between your frontend and backend. It's not necessarily for everyone, but it can be a great way to get a server up and running with a very clear separation of concerns. These concerns are aligned with Facebook's direction about the best way to use GraphQL, and our own findings after thinking about the best way to architect a JavaScript GraphQL API codebase.
---
このパッケージは、GraphQLサーバーを開発するための特定のワークフローを可能にし、GraphQLスキーマが最初に設計され、フロントエンドとバックエンド間の契約として機能します。必ずしも万人向けではありませんが、非常に明確な懸念事項の分離でサーバーを立ち上げ、実行するための素晴らしい方法となります。これらの懸念は、GraphQLを使用する最善の方法に関するFacebookの方向性と、JavaScript GraphQL APIコードベースを構築する最善の方法について考えた後の私たち自身の発見と一致しています。